]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormExternal.h
merge booktabs branch
[lyx.git] / src / frontends / xforms / FormExternal.h
index f48c160be8486ac2275daf3a05f4db67fbf72e1c..6eb63e400d70f111304d16768dcc034486a3fa8a 100644 (file)
@@ -20,6 +20,7 @@
 namespace lyx {
 namespace frontend {
 
+class CheckedPath;
 class ControlExternal;
 struct FD_external;
 struct FD_external_file;
@@ -67,6 +68,9 @@ private:
        void updateComboChange();
        void widthUnitChanged();
 
+       // Accessor to checker owned by the button controller.
+       CheckedPath * file_checker_;
+
        MapType extra_;
 
        TabMap tabmap_;