mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
clang: fix struct/class declaration/definition mismatches
clang does not like a defined class to be declared as a struct. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -13,7 +13,7 @@ namespace crucible {
|
||||
|
||||
template <class T>
|
||||
class ProgressTracker {
|
||||
class ProgressTrackerState;
|
||||
struct ProgressTrackerState;
|
||||
class ProgressHolderState;
|
||||
public:
|
||||
using value_type = T;
|
||||
|
Reference in New Issue
Block a user