just a typedef
This commit is contained in:
parent
ee537685be
commit
bad4ea701d
1 changed files with 9 additions and 0 deletions
9
src/CompareWindow.hh
Normal file
9
src/CompareWindow.hh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef COMPAREWINDOW_HH
|
||||
#define COMPAREWINDOW_HH
|
||||
|
||||
#include "FbTk/CompareEqual.hh"
|
||||
#include "FbTk/FbWindow.hh"
|
||||
|
||||
typedef FbTk::CompareEqual_base<FbTk::FbWindow, Window> CompareWindow;
|
||||
|
||||
#endif // COMPAREWINDOW_HH
|
Loading…
Reference in a new issue