Skip to content

Commit

Permalink
Use correct registry macro
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Nov 27, 2024
1 parent 37a592f commit 04e035b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path will be used. Otherwise, `getDataFileName` will search (in this order)
The "registered" data file directories are directories that are registered via:

- the `registerAppDataFilePath` macro in `Registry.h`, where an applications data in its root `data` directory is registered
- the `registerDataFilePath` macro in `Registry.h`, where a general data directory is registered
- the `registerNonAppDataFilePath` macro in `Registry.h`, where a general data directory is registered

## `getDataFileNameByName`

Expand Down

0 comments on commit 04e035b

Please sign in to comment.