Kaydet (Commit) bdeaee38 authored tarafından Nick Treleaven's avatar Nick Treleaven

Prevent conflict with document::encoding (oops).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1980 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 58c702da
......@@ -4,6 +4,8 @@
plugins/filebrowser.c, plugins/htmlchars.c, plugins/classbuilder.c:
Make all plugins distributed with Geany have the same version number
as Geany.
* plugins/pluginmacros.h:
Prevent conflict with document::encoding.
2007-10-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
......
......@@ -33,7 +33,7 @@
#define dialogs geany_data->dialogs
#define documents geany_data->document // avoids conflict with document typedef
#define encodings geany_data->encodings // avoids conflict with document::encoding
#define encodings geany_data->encoding // avoids conflict with document::encoding
#define keybindings geany_data->keybindings
#define msgwindow geany_data->msgwindow
#define scintilla geany_data->sci
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment