aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-04-05 19:39:23 +1100
committerNeil <nyamatongwe@gmail.com>2019-04-05 19:39:23 +1100
commitb797dfefb2b599b0085fa8e03180b9d6648e0acd (patch)
treec60bfc710cdc19a0d75a940336dad09533d6dea8 /gtk
parent4f673191c5c43665599392b00c3710d0344d65e3 (diff)
downloadscintilla-mirror-b797dfefb2b599b0085fa8e03180b9d6648e0acd.tar.gz
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
implementation.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
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) $@