Skip to content

Commit

Permalink
Change window to application window
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerryliu committed May 29, 2017
1 parent 29ccd75 commit 6bf085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using std::string;

// Header file is very messy right now...
class Window : public Gtk::Window {
class Window : public Gtk::ApplicationWindow {
public:
Window();
virtual ~Window();
Expand Down

0 comments on commit 6bf085f

Please sign in to comment.