mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +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:
@@ -31,7 +31,7 @@ enum class LibArchitecture { dll_32, dll_64 };
|
||||
|
||||
/**
|
||||
* A tag to differentiate between different plugin types.
|
||||
* `plugin_tyep_to_string()` and `plugin_type_from_string()` can be used to
|
||||
* `plugin_type_to_string()` and `plugin_type_from_string()` can be used to
|
||||
* convert these values to and from strings. The string form is used as a
|
||||
* command line argument for the individual Wine host applications, and the enum
|
||||
* form is passed directly in `HostRequest`.
|
||||
|
||||
Reference in New Issue
Block a user