mirror of
https://github.com/hyprwm/hyprlang.git
synced 2025-05-12 13:20:36 +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.
|
Get the contained value as an std::any.
|
||||||
For strings, this is a const char*.
|
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 {
|
std::any getValue() const {
|
||||||
switch (m_eType) {
|
switch (m_eType) {
|
||||||
|
|
Loading…
Reference in a new issue