Skip to content

Commit

Permalink
Fix unicode compilation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystalix007 committed Apr 11, 2020
1 parent 43c96ab commit bd184ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/flam3util.h
Expand Up @@ -23,11 +23,12 @@
#include <QColor>

#undef VERSION

extern "C" {
#define U_SHOW_CPLUSPLUS_API 0
#include "flam3.h"
}


namespace Util
{
QColor get_xform_color(flam3_genome*, flam3_xform*);
Expand Down

0 comments on commit bd184ab

Please sign in to comment.