istereo2

diff src/uitheme.cc @ 10:2a0ef5efb8e2

fixed macosx build
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 27 Sep 2015 04:55:30 +0300
parents 64e15874f3bd
children 57188f7d9304
line diff
     1.1 --- a/src/uitheme.cc	Sat Sep 26 02:56:07 2015 +0300
     1.2 +++ b/src/uitheme.cc	Sun Sep 27 04:55:30 2015 +0300
     1.3 @@ -28,7 +28,7 @@
     1.4  static std::map<std::string, WidgetDrawFunc> funcmap;
     1.5  
     1.6  
     1.7 -extern "C"// __attribute__ ((used))
     1.8 +extern "C" __attribute__ ((used))
     1.9  WidgetDrawFunc get_widget_func(const char *name)
    1.10  {
    1.11  	static bool initialized;