diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceStorm/Replica.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Replica.h b/cpp/src/IceStorm/Replica.h index 24c663e69e0..befba896a57 100644 --- a/cpp/src/IceStorm/Replica.h +++ b/cpp/src/IceStorm/Replica.h @@ -27,7 +27,7 @@ struct GroupNodeInfo // COMPILER FIX: Clang using libc++ requires to define operator= // #if defined(__clang__) && defined(_LIBCPP_VERSION) - GroupNodeInfo& operator=(const GroupNodeInfo&); + GroupNodeInfo& operator=(const GroupNodeInfo&); #endif const int id; const LogUpdate llu; |