]> git.tdb.fi Git - libs/gltk.git/blob - inputmethod.cpp
3062a271939e1660489e6ed486c8a3394f78ed27
[libs/gltk.git] / inputmethod.cpp
1 #include "inputmethod.h"
2
3 namespace Msp {
4 namespace GLtk {
5
6 InputMethod::InputMethod(Root &r):
7         root(r)
8 { }
9
10 } // namespace GLtk
11 } // namespace Msp