mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01:00
Empty global function for library test
This commit is contained in:
parent
336e16ead9
commit
d82b8c9d0e
@ -27,4 +27,7 @@ const string Env::fullName = PACKAGE_STRING;
|
|||||||
const string Env::name = PACKAGE_NAME;
|
const string Env::name = PACKAGE_NAME;
|
||||||
const string Env::version = PACKAGE_VERSION;
|
const string Env::version = PACKAGE_VERSION;
|
||||||
const string Env::msgPrefix = "[" + strFrom(PACKAGE_NAME) + " v"
|
const string Env::msgPrefix = "[" + strFrom(PACKAGE_NAME) + " v"
|
||||||
+ strFrom(PACKAGE_VERSION) + "] ";
|
+ strFrom(PACKAGE_VERSION) + "] ";
|
||||||
|
|
||||||
|
void Env::function(void)
|
||||||
|
{}
|
||||||
|
@ -141,6 +141,8 @@ namespace Env
|
|||||||
extern const std::string name;
|
extern const std::string name;
|
||||||
extern const std::string version;
|
extern const std::string version;
|
||||||
extern const std::string msgPrefix;
|
extern const std::string msgPrefix;
|
||||||
|
// empty function for library test
|
||||||
|
void function(void);
|
||||||
}
|
}
|
||||||
|
|
||||||
// String conversions //////////////////////////////////////////////////////////
|
// String conversions //////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user