reduce rtgui/inspector.h dependencies

This commit is contained in:
Ingo Weyrich
2019-11-08 20:22:18 +01:00
parent a2d5ef356c
commit e5258e6f60
5 changed files with 6 additions and 2 deletions

View File

@@ -23,13 +23,15 @@
#include <gtkmm.h>
#include "guiutils.h"
#include "inspector.h"
#include "options.h"
#include "thumbbrowserentrybase.h"
/*
* Class handling the list of ThumbBrowserEntry objects and their position in it's allocated space
*/
class Inspector;
class ThumbBrowserBase :
public Gtk::Grid
{