-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update editor.h Otherwise, compiling with header-only gives: `gui/zep/include/zep/editor.h:439:51: error: copying member subobject of type 'std::atomic<bool>' invokes deleted constructor mutable std::atomic<bool> m_bPendingRefresh = true;` * Update filesystem.cpp * Create app_config.h * updated conditional filesystem sourcing syntax for apple
- Loading branch information
1 parent
64c74a5
commit 358db99
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters