diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-18 13:03:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-18 13:03:47 +0100 |
| commit | bcc07ce5fce539b83fb2469073ed609c75ea9709 (patch) | |
| tree | c5441282c68dfe089ed9d38c91530743c2360d73 /src/cpl.h | |
| parent | 2915c4f48129a4cac2c8ca364b09dd8047364aad (diff) | |
Add CPL::unset_version_number().
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -201,6 +201,8 @@ public: void set_version_number (int v); + void unset_version_number (); + boost::optional<Status> status () const { return _status; } |
