mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
cf02bd831d
commit
1396e73739
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue