Skip to content
Snippets Groups Projects
Commit 2ddb1201 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Move mDevice to protected

parent 96916e41
No related branches found
No related tags found
1 merge request!57Add Convert operator (a.k.a. Transmitter)
Pipeline #35255 failed
...@@ -103,6 +103,8 @@ public: ...@@ -103,6 +103,8 @@ public:
private: private:
const char *mBackend; const char *mBackend;
protected:
int mDevice; int mDevice;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment