Bazaar/FSMon : moved misplaced function inside #ifdef

git-svn-id: svn://ultimatepp.org/upp/trunk@4947 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2012-05-14 08:07:18 +00:00
parent cf02bd831d
commit 1396e73739

View file

@ -537,8 +537,6 @@ VectorMap<String, int> FSMon::GetErrorMap(void)
return res;
}
#endif
// query IF some changes happened
bool FSMon::HasChanges(void)
{
@ -549,4 +547,6 @@ bool FSMon::HasChanges(void)
return res;
}
#endif
END_UPP_NAMESPACE