Skip to content
Snippets Groups Projects
Commit a817419f authored by Constantin Wenger's avatar Constantin Wenger
Browse files

fixed redefinitivon of gettext.h is included more than once

parent 37bf9a66
No related branches found
No related tags found
No related merge requests found
#ifndef GETTEXT_HEADER
#include "config.h" // for USE_GETTEXT
#if USE_GETTEXT
......@@ -35,3 +36,5 @@ inline void changeCtype(const char *l)
else
std::cout<<"locale has been set to:"<<ret<<std::endl;
}
#define GETTEXT_HEADER
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment