Skip to content

Commit

Permalink
Fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert committed Jan 26, 2021
1 parent 8ccdd56 commit b4f0028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/win32/FocusedWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

class FocusedWindow {
public:
HWND current() const { return m_current; }
const std::string& get_class() const { return m_class; }
const std::string& get_title() const { return m_title; }

Expand Down

0 comments on commit b4f0028

Please sign in to comment.