Removed pedantic errors. Mainly extra ';' in namespace definitions

This commit is contained in:
TheMagnetar
2015-09-08 21:53:29 +02:00
parent dd76a67783
commit 2b80285ad7
13 changed files with 19 additions and 19 deletions

View File

@ -18,7 +18,7 @@
extern "C" {
__declspec (dllexport) void __stdcall RVExtension(char *output, int outputSize, const char *function);
};
}
std::string getImagePathFromStructuredText(const std::string & input) {
std::string returnValue = "";