Skip to content

Commit 33221ac

Browse files
committed
Merge pull request nwjs#1722 from zhchbin/fix_gtk_build
Fix build error on Linux.
2 parents 2be0b16 + a94a1ba commit 33221ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/native_window_gtk.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class NativeWindowGtk : public NativeWindow {
6060
virtual gfx::Point GetPosition() OVERRIDE;
6161
virtual void SetTitle(const std::string& title) OVERRIDE;
6262
virtual void FlashFrame(bool flash) OVERRIDE;
63+
virtual void SetBadgeLabel(const std::string& badge) OVERRIDE;
6364
virtual void SetKiosk(bool kiosk) OVERRIDE;
6465
virtual bool IsKiosk() OVERRIDE;
6566
virtual void SetMenu(nwapi::Menu* menu) OVERRIDE;

0 commit comments

Comments
 (0)