]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Move bind file format tag to LyXAction.cpp, and rename it.
[lyx.git] / src / Format.h
index 445c11b024965e93b80876c5b111f70919a7b727..21fa27bc91801396d6a4db3102e65bfc6b4ad81b 100644 (file)
@@ -33,7 +33,7 @@ public:
                /// Some formats are both (e.g. pdf), they have this flag set.
                document = 1,
                /// Set if this format can contain vector graphics.
-               vector = 2,
+               vector = 2
        };
        ///
        Format(std::string const & n, std::string const & e, std::string const & p,