]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/GUI.h
- Applied the thesaurus patch.
[lyx.git] / src / frontends / controllers / GUI.h
index 14eb9755dcc0110df449e47acf41ee336047bf85..86518f6500b0a35ccc6e1937fe7f97bfaf1abfee 100644 (file)
@@ -321,6 +321,22 @@ public:
 };
 
 
+/** Specialization for TabularCreate dialog
+ */
+class ControlThesaurus;
+
+template <class GUIview, class GUIbc>
+class GUIThesaurus :
+       public GUI<ControlThesaurus, GUIview,
+                   OkApplyCancelReadOnlyPolicy, GUIbc> {
+public:
+       ///
+       GUIThesaurus(LyXView & lv, Dialogs & d)
+               : GUI<ControlThesaurus, GUIview,
+                     OkApplyCancelReadOnlyPolicy, GUIbc>(lv, d) {}
+};
+
 /** Specialization for Url dialog
  */
 class ControlUrl;