make struct/class declarations consistent (mismatched-tags warning)

This commit is contained in:
Chris Vickio 2017-01-14 13:41:56 +03:00
parent fcf66925c1
commit 3b6d5f255d
4 changed files with 3 additions and 5 deletions

View file

@ -31,7 +31,7 @@
namespace daemonize {
class t_internals;
struct t_internals;
class t_daemon final {
public: