X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flayout.h;h=2de4013a5d1e8b943cf939abd5b63b114e5fd1e3;hb=b30edd979e6e9c7acfaaf3a90903814a7e62a71e;hp=85d64ae4d64f4f670365a58fbc921cb7406660a6;hpb=8c24649c40829dd1ce78ca4bbcae0913574ab292;p=libs%2Fgltk.git diff --git a/source/layout.h b/source/layout.h index 85d64ae..2de4013 100644 --- a/source/layout.h +++ b/source/layout.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "geometry.h" namespace Msp { @@ -191,6 +192,8 @@ private: void solve_constraints(int, SolveMode); }; +void operator>>(const LexicalConverter &, Layout::ConstraintType &); + } // namespace GLtk } // namespace Msp