]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkAreaFactory.h
do not define boost::throw_exceptions if we are compiling with exceptions
[lyx.git] / src / frontends / WorkAreaFactory.h
index ea08b70839d69c6141a14483d42e8a8cb368b0ae..ca679bf6ef6f4cc902a10c18986dbe87de56de73 100644 (file)
 #define WORKAREAFACTORY_H
 
 class WorkArea;
+class LyXView;
 
 namespace WorkAreaFactory {
        /**
         * Make a work area. Used because we want to generate
         * a toolkit-specific instance.
         */
-       WorkArea * create(int x, int y, int w, int h);
+       WorkArea * create(LyXView & owner, int w, int h);
 }
 
 #endif // WORKAREA_FACTORY_H