Added glib2 initialization

This commit is contained in:
Manuel Reimer 2014-11-22 20:26:49 +01:00
parent a3d636ce92
commit 17fcf85158
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ void cImageImporterPNG::GetImageSize(int &width, int &height) {
//
cImageImporterSVG::cImageImporterSVG() {
g_type_init();
handle = NULL;
}