btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / installer / EULAWindow.h
blob007f4eabbcd23a3fa612a92d560bda7b360bc21e
1 /*
2 * Copyright 2013, Jérôme DUVAL.
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5 #ifndef EULA_WINDOW_H
6 #define EULA_WINDOW_H
9 #include <Window.h>
12 class EULAWindow : public BWindow {
13 public:
14 EULAWindow();
15 virtual bool QuitRequested();
17 private:
21 #endif // EULA_WINDOW_H