mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-24 17:52:02 +01:00
Empty global function for library test
This commit is contained in:
@ -27,4 +27,7 @@ const string Env::fullName = PACKAGE_STRING;
|
||||
const string Env::name = PACKAGE_NAME;
|
||||
const string Env::version = PACKAGE_VERSION;
|
||||
const string Env::msgPrefix = "[" + strFrom(PACKAGE_NAME) + " v"
|
||||
+ strFrom(PACKAGE_VERSION) + "] ";
|
||||
+ strFrom(PACKAGE_VERSION) + "] ";
|
||||
|
||||
void Env::function(void)
|
||||
{}
|
||||
|
Reference in New Issue
Block a user