X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fstate.h;fp=source%2Fstate.h;h=51d17b2bb758fa14e08186c815fc565612148373;hp=eb124691dfba756673b01b3718e1f8c6114062ee;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/state.h b/source/state.h index eb12469..51d17b2 100644 --- a/source/state.h +++ b/source/state.h @@ -3,6 +3,7 @@ #include #include +#include "mspgltk_api.h" namespace Msp { namespace GLtk { @@ -32,7 +33,7 @@ inline State operator&=(State &a, State b) inline State operator~(State a) { return static_cast(~static_cast(a)); } -extern std::istream &operator>>(std::istream &, State &); +MSPGLTK_API std::istream &operator>>(std::istream &, State &); } // namespace GLtk } // namespace Msp