summaryrefslogtreecommitdiff
path: root/plugins/example
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-19 05:17:48 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-19 05:17:48 +0300
commitb50a786c2758a34eff01a491ef103bd5a053ba90 (patch)
treeecc804a103e8154cf29765d2bfa28be99ef5e031 /plugins/example
parenta5b11748c6b322a245b2d2352979bf199aa31afd (diff)
do not use wxwidgets in core, boost and ace choosen for core development
Diffstat (limited to 'plugins/example')
-rw-r--r--plugins/example/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/example/main.cpp b/plugins/example/main.cpp
index 1eb8ac9..4ca212c 100644
--- a/plugins/example/main.cpp
+++ b/plugins/example/main.cpp
@@ -2,7 +2,7 @@
#include <wx/wx.h>
#include <wx/stdpaths.h>
-#include <pluginapi.h> //this is necessary, PLUGININFO structure, other related to load/unload plugin code
+#include <ec_pluginapi.h> //this is necessary, PLUGININFO structure, other related to load/unload plugin code
PLUGINLINK *pluginLink;