mirror of
https://github.com/hyprwm/hyprlang.git
synced 2025-12-20 03:50:02 +01:00
docs: fix incorrect doc about getValue type
This commit is contained in:
parent
a7334904d5
commit
1d7d96a278
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ namespace Hyprlang {
|
|||
/*!
|
||||
Get the contained value as an std::any.
|
||||
For strings, this is a const char*.
|
||||
For custom data types, this is a CConfigCustomValueType*.
|
||||
For custom data types, this is a void* representing the data ptr stored by it.
|
||||
*/
|
||||
std::any getValue() const {
|
||||
switch (m_eType) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue