X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmouse_cursors.h;h=bf93e1ad78b396e75ca571dff788f2404ed383fb;hb=01e0f512232fe73c18339f368c90f581a5bebdb2;hp=55d5fd0c9db105eb90ae894a941ceca0782be853;hpb=ed626628b54e67dd9621c08d82a42afaed00c7ac;p=ardour.git diff --git a/gtk2_ardour/mouse_cursors.h b/gtk2_ardour/mouse_cursors.h index 55d5fd0c9d..bf93e1ad78 100644 --- a/gtk2_ardour/mouse_cursors.h +++ b/gtk2_ardour/mouse_cursors.h @@ -17,6 +17,9 @@ */ +#ifndef __gtk2_ardour_mouse_cursors__ +#define __gtk2_ardour_mouse_cursors__ + /** @file Handling of bitmaps to be used for mouse cursors. * * Held centrally by the Editor because some cursors are used in several places. @@ -64,3 +67,5 @@ public: Gdk::Cursor* expand_left_right; Gdk::Cursor* expand_up_down; }; + +#endif /* __gtk2_ardour_mouse_cursors__ */