Skip to content

Commit

Permalink
fix: fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Jan 4, 2025
1 parent 0c07f4e commit ed5541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/core/LeviLamina.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data::Version getLoaderVersion() {
};
v.build = LL_VERSION_TO_STRING(LL_VERSION_COMMIT_SHA);
#ifdef LL_VERSION_PRERELEASE
v.preRelease = PreRelease{LL_VERSION_PRERELEASE};
v.preRelease = ll::data::PreRelease{LL_VERSION_PRERELEASE};
#endif
return v;
}();
Expand Down

0 comments on commit ed5541e

Please sign in to comment.