Skip to content

Commit fe0b857

Browse files
Fixed warning
1 parent 697dbe9 commit fe0b857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxbot-service/include/xbot-service/Service.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Service : public ServiceIo {
122122
bool config_required_ = true;
123123

124124
// True, when the service is running (between Start() and Stop()).
125-
bool is_running_ = 0;
125+
bool is_running_ = false;
126126

127127
bool Start();
128128
void Stop();

0 commit comments

Comments
 (0)