]> git.lyx.org Git - lyx.git/blobdiff - src/box.h
fix typo that put too many include paths for most people
[lyx.git] / src / box.h
index 884a28eb5d563995298e42e0c71b800f4514b03b..6ba0997205e7893af0c5b290059b917a7dd0c857 100644 (file)
--- a/src/box.h
+++ b/src/box.h
@@ -36,8 +36,8 @@ struct Box {
         */
        bool contained(int x, int y);
 };
+
 
 std::ostream & operator<<(std::ostream &, Box const &);
+
 #endif // BOX_H