X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.h;h=6ba0997205e7893af0c5b290059b917a7dd0c857;hb=98c966c64594611e469313314abd1e59524adb4a;hp=884a28eb5d563995298e42e0c71b800f4514b03b;hpb=685c37df7f9dba82ca210f6340fee083e842a21d;p=lyx.git diff --git a/src/box.h b/src/box.h index 884a28eb5d..6ba0997205 100644 --- 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