mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Remove AColor class, because wxColour now supports alpha values.
This commit is contained in:
@@ -67,7 +67,7 @@ class ScriptValue : public IntrusivePtrBaseWithDelete {
|
||||
/// Convert this value to a boolean
|
||||
virtual operator bool() const;
|
||||
/// Convert this value to a color
|
||||
virtual operator AColor() const;
|
||||
virtual operator Color() const;
|
||||
/// Convert this value to a wxDateTime
|
||||
virtual operator wxDateTime() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user