Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 42e0532

Browse files
committed
Merge pull request #523 from trompa/CMDLine
Fix compilation on Linux InstallCommandLineTools not in scope
2 parents e1ef3bc + de14e06 commit 42e0532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appshell/appshell_extensions_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ inline void* getMenuParent(CefRefPtr<CefBrowser>browser) {
7373
return gtk_widget_get_ancestor(
7474
GTK_WIDGET(browser->GetHost()->GetWindowHandle()),
7575
GTK_TYPE_VBOX);
76-
inline int32 InstallCommandLineTools() { return ERR_CL_TOOLS_NOTSUPPORTED; }
7776
}
77+
inline int32 InstallCommandLineTools() { return ERR_CL_TOOLS_NOTSUPPORTED; }
7878
#endif
7979

8080

0 commit comments

Comments
 (0)