fix include guard

This commit is contained in:
RickyRister 2026-06-03 20:51:16 -07:00
parent 3b771c6494
commit d5e7f1e065

View file

@ -1,5 +1,5 @@
#ifndef COCKATRICE_CARD_DATABASE_TABLE_WIDGET_H
#define COCKATRICE_CARD_DATABASE_TABLE_WIDGET_H
#ifndef COCKATRICE_CARD_DATABASE_VIEW_H
#define COCKATRICE_CARD_DATABASE_VIEW_H
#include "../../key_signals.h"
#include "libcockatrice/filters/filter_tree.h"
@ -50,4 +50,4 @@ private slots:
void openCustomMenu(QPoint point);
};
#endif // COCKATRICE_CARD_DATABASE_TABLE_WIDGET_H
#endif // COCKATRICE_CARD_DATABASE_VIEW_H