From b797dfefb2b599b0085fa8e03180b9d6648e0acd Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 5 Apr 2019 19:39:23 +1100 Subject: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/makefile') diff --git a/gtk/makefile b/gtk/makefile index 4e1dccaa7..4cd3b7c82 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -118,7 +118,7 @@ $(COMPLIB): Accessor.o CharacterSet.o DefaultLexer.o LexerBase.o LexerModule.o L ScintillaBase.o ContractionState.o EditModel.o Editor.o EditView.o ExternalLexer.o MarginView.o \ PropSetSimple.o PlatGTK.o \ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o ScintillaGTKAccessible.o CellBuffer.o CharacterCategory.o ViewStyle.o \ - RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ + RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o UniqueString.o XPM.o \ $(MARSHALLER) $(LEXOBJS) $(AR) $(ARFLAGS) $@ $^ $(RANLIB) $@ -- cgit v1.2.3