mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 17:33:56 +02:00
Change the naming scheme for class field members
I'm not a fan of Hungarian notation, but C++ kind of needs it with its implicit `this`. And of all the common options for this, I find suffixing members with an underscore the least offensive one.
This commit is contained in:
@@ -37,5 +37,5 @@ class Vst3ConnectionPointProxyImpl : public Vst3ConnectionPointProxy {
|
||||
tresult PLUGIN_API notify(Steinberg::Vst::IMessage* message) override;
|
||||
|
||||
private:
|
||||
Vst3Bridge& bridge;
|
||||
Vst3Bridge& bridge_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user