mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
AtomicFile: Make the forward impl declaration private
This is more consistent with the intent of the code. Signed-off-by: Shaun Ruffell <sruffell@sruffell.net>
This commit is contained in:
parent
51d90114aa
commit
12696bf40c
2 changed files with 4 additions and 9 deletions
|
@ -70,10 +70,8 @@ public:
|
|||
static void finalize_all ();
|
||||
static void reset ();
|
||||
|
||||
public:
|
||||
struct impl;
|
||||
|
||||
private:
|
||||
struct impl;
|
||||
std::shared_ptr <impl> pimpl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue