Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mckay <adenosine3p@gmail.com>2019-11-29 06:44:47 +0300
committerJohn Mckay <adenosine3p@gmail.com>2019-11-29 06:44:47 +0300
commit2b4eb9fa943bb6c9e482603f9629c717fbb6d26d (patch)
tree3a88599d5c5a9cbd09eab67e7959b37359803a85 /src/murmur/MurmurGRPCImpl.h
parent1d2e5b090af1a02e7bbdf8bf3bbf679635834645 (diff)
Style fixes
Diffstat (limited to 'src/murmur/MurmurGRPCImpl.h')
-rw-r--r--src/murmur/MurmurGRPCImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/MurmurGRPCImpl.h b/src/murmur/MurmurGRPCImpl.h
index d63e33a20..343e6207e 100644
--- a/src/murmur/MurmurGRPCImpl.h
+++ b/src/murmur/MurmurGRPCImpl.h
@@ -40,7 +40,7 @@ namespace MurmurRPC {
class MurmurRPCImpl : public QThread {
Q_OBJECT;
std::unique_ptr<grpc::Server> m_server;
- volatile bool b_IsRunning;
+ volatile bool m_isRunning;
protected:
void customEvent(QEvent *evt);
public: