Skip to content

Commit 3b40345

Browse files
authored
Merge pull request #224 from kyomawolf/patch-1
return of stackaddress pointer
2 parents 013e223 + 72782c0 commit 3b40345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Window.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class Window {
362362
/**
363363
* Get clipboard text content
364364
*/
365-
inline const std::string& GetClipboardText() {
365+
inline const std::string GetClipboardText() {
366366
return ::GetClipboardText();
367367
}
368368

0 commit comments

Comments
 (0)