Fix compilation errors on WebAssembly and Windows.

This commit is contained in:
ArthurSonzogni 2021-04-25 17:28:16 +02:00
parent 5322e5a683
commit f062634226
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 1 additions and 3 deletions

View File

@ -201,7 +201,7 @@ if (FTXUI_BUILD_TESTS AND ${CMAKE_VERSION} VERSION_GREATER "3.11.4")
FetchContent_Declare( googletest FetchContent_Declare( googletest
GIT_REPOSITORY "https://github.com/google/googletest" GIT_REPOSITORY "https://github.com/google/googletest"
GIT_TAG release-1.10.0 GIT_TAG 23ef29555ef4789f555f1ba8c51b4c52975f0907
) )
FetchContent_GetProperties(googletest) FetchContent_GetProperties(googletest)

View File

@ -5,8 +5,6 @@
namespace ftxui { namespace ftxui {
Box box;
// Helper class. // Helper class.
class Reflect : public Node { class Reflect : public Node {
public: public: