diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 12:13:37 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 12:13:37 +0000 |
commit | 0a2ecd2736cf4ba2d1b6e7050b531239b385bce0 (patch) | |
tree | be636ef05560ce330d5e01d6cd1fc2bac1993fdc /updater/common.h | |
parent | 49cf9ad2b036f74e1c860825f5c1f7852581c312 (diff) |
change overloaded function name (for include into c projects)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@137 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/common.h b/updater/common.h index 2e63f31..4a730a2 100644 --- a/updater/common.h +++ b/updater/common.h @@ -40,7 +40,7 @@ #include <m_icoLib.h>
//#include "../mwclist/m_clist.h"
//#include <m_genmenu.h>
-#include <m_updater.h>
+#include "m_updater.h"
#include <m_trigger.h>
|