diff options
Diffstat (limited to 'src/client/PatchModel.hpp')
-rw-r--r-- | src/client/PatchModel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/PatchModel.hpp b/src/client/PatchModel.hpp index 70c8df0e..ac1e2ac0 100644 --- a/src/client/PatchModel.hpp +++ b/src/client/PatchModel.hpp @@ -96,7 +96,7 @@ private: bool _editable; }; -typedef Table<string, SharedPtr<PatchModel> > PatchModelMap; +typedef Raul::Table<string, SharedPtr<PatchModel> > PatchModelMap; } // namespace Client |