1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-24 09:42:02 +01:00

Empty global function for library test

This commit is contained in:
2014-03-17 14:56:42 +00:00
parent 336e16ead9
commit d82b8c9d0e
2 changed files with 6 additions and 1 deletions

View File

@ -141,6 +141,8 @@ namespace Env
extern const std::string name;
extern const std::string version;
extern const std::string msgPrefix;
// empty function for library test
void function(void);
}
// String conversions //////////////////////////////////////////////////////////