diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-22 11:33:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-22 12:26:59 +0200 |
| commit | 98600e2d7cff17f99fdc52934fae89615ebc2b51 (patch) | |
| tree | 5bd776fc40b7947d84efb3b1a303788d9b6336b2 /src/local_time.h | |
| parent | f850054a2a62c13696d567601b6c8f812c0500c4 (diff) | |
Fix some class/struct warnings on macOS.
Diffstat (limited to 'src/local_time.h')
| -rw-r--r-- | src/local_time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/local_time.h b/src/local_time.h index b84e3098..c0d8a35e 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -45,7 +45,7 @@ #include <string> -class local_time_basic_test; +struct local_time_basic_test; namespace dcp { @@ -131,7 +131,7 @@ public: bool operator< (LocalTime const & other) const; private: - friend class ::local_time_basic_test; + friend struct ::local_time_basic_test; void set (struct tm const * tm); void set (boost::posix_time::ptime); |
