X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftext.h;h=5daeb9bae70db324014f330ee04b5edf76adba34;hb=3f301f9b6f73e886bdbb61565edb2c02667039d0;hp=46bd18f9075844cf7401bd7193119e817e0fd8ff;hpb=1e06dc208a02e68cf1bb127927e3ad5af3657c58;p=libs%2Fgltk.git diff --git a/source/text.h b/source/text.h index 46bd18f..5daeb9b 100644 --- a/source/text.h +++ b/source/text.h @@ -44,7 +44,8 @@ public: void render(const Part &, const Geometry &) const; Text &operator=(const std::string &); - //operator const std::string &() const { return text; } +private: + void find_lines(); }; } // namespace GLtk