mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add some initial widget functionality (prefs partly working)
This commit is contained in:
@@ -23,8 +23,8 @@ namespace PortabilityLayer
|
||||
void Set(T *ref);
|
||||
|
||||
private:
|
||||
ScopedArray(const ScopedArray<T> &other) PL_DELETED;
|
||||
void operator=(const ScopedArray<T> &other) PL_DELETED;
|
||||
ScopedArray(const ScopedArray<T> &other) GP_DELETED;
|
||||
void operator=(const ScopedArray<T> &other) GP_DELETED;
|
||||
T *m_ref;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user