diff options
| author | Chris Vickio <chris@vickio.net> | 2017-01-14 13:41:56 +0300 |
|---|---|---|
| committer | Chris Vickio <chris@vickio.net> | 2017-01-14 15:06:07 +0300 |
| commit | 3b6d5f255df2a5ca826ed7f146fc768a8350d68e (patch) | |
| tree | d2c65282f462bca28394a52e08a40ff1c797be43 /src/daemon/daemon.h | |
| parent | fcf66925c1f0b97b4871bbad66a492fcd16217ee (diff) | |
| download | monzero-core-3b6d5f255df2a5ca826ed7f146fc768a8350d68e.tar.gz monzero-core-3b6d5f255df2a5ca826ed7f146fc768a8350d68e.tar.xz monzero-core-3b6d5f255df2a5ca826ed7f146fc768a8350d68e.zip | |
make struct/class declarations consistent (mismatched-tags warning)
Diffstat (limited to 'src/daemon/daemon.h')
| -rw-r--r-- | src/daemon/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 561cb4d9d..655ca8a3d 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -31,7 +31,7 @@ namespace daemonize { -class t_internals; +struct t_internals; class t_daemon final { public: |
