From cc04e0a66468b3d34f7b1cc7c9bec35d921e6c86 Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 19 Mar 2007 11:11:43 +0000 Subject: fixed m_updater.h git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@134 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/Docs/m_updater.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'updater/Docs/m_updater.h') diff --git a/updater/Docs/m_updater.h b/updater/Docs/m_updater.h index 371b743..fdb331b 100644 --- a/updater/Docs/m_updater.h +++ b/updater/Docs/m_updater.h @@ -63,6 +63,10 @@ __inline static char *CreateVersionStringPlugin(PLUGININFO *pluginInfo, char *bu return CreateVersionString(pluginInfo->version, buf); } +__inline static char *CreateVersionStringPlugin(PLUGININFOEX *pluginInfo, char *buf) { + return CreateVersionString(pluginInfo->version, buf); +} + // register the 'easy' way - use this method if you have no beta URL and the plugin is on the miranda file listing // NOTE: the plugin version string on the file listing must be the string version of the version in pluginInfo (i.e. 0.0.0.1, -- cgit v1.2.3