mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
fix include guard
This commit is contained in:
parent
3b771c6494
commit
d5e7f1e065
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef COCKATRICE_CARD_DATABASE_TABLE_WIDGET_H
|
#ifndef COCKATRICE_CARD_DATABASE_VIEW_H
|
||||||
#define COCKATRICE_CARD_DATABASE_TABLE_WIDGET_H
|
#define COCKATRICE_CARD_DATABASE_VIEW_H
|
||||||
|
|
||||||
#include "../../key_signals.h"
|
#include "../../key_signals.h"
|
||||||
#include "libcockatrice/filters/filter_tree.h"
|
#include "libcockatrice/filters/filter_tree.h"
|
||||||
|
|
@ -50,4 +50,4 @@ private slots:
|
||||||
void openCustomMenu(QPoint point);
|
void openCustomMenu(QPoint point);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // COCKATRICE_CARD_DATABASE_TABLE_WIDGET_H
|
#endif // COCKATRICE_CARD_DATABASE_VIEW_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue