Ubuntu 12.04 build fixes

master
Marius Kintel 2014-05-24 21:41:04 +02:00
parent 944e898280
commit 447c260438
3 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,7 @@ public:
double size, spacing, fn;
std::string text, font, direction, language, script, halign, valign;
friend FreetypeRenderer;
friend class FreetypeRenderer;
};
FreetypeRenderer();

View File

@ -2,6 +2,7 @@
#include "PlatformUtils.h"
#include "boosty.h"
#include <Eigen/Core>
extern std::vector<std::string> librarypath;

View File

@ -25,5 +25,5 @@ public:
virtual FreetypeRenderer::Params get_params() const;
private:
FreetypeRenderer::Params params;
friend TextModule;
friend class TextModule;
};