Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jul 9, 2019
1 parent 50d091a commit 8adaec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.2 (???)
Version 1.2 (Juli 2019)
* Added W_OBJECT_IMPL_INLINE / W_GADGET_IMPL_INLINE / W_NAMESPACE_IMPL_INLINE (#51)
* Fix multiple-definition linker errors caused by W_NAMESPACE macro (#54)
* Fix build with MSVC 2019 (#46)
Expand Down
2 changes: 1 addition & 1 deletion src/wobjectdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <QtCore/qmetatype.h>
#include <utility>

#define W_VERSION 0x0101ff
#define W_VERSION 0x010200

namespace w_internal {
using std::index_sequence; // From C++14, make sure to enable the C++14 option in your compiler
Expand Down

0 comments on commit 8adaec4

Please sign in to comment.