Skip to content

Commit

Permalink
fix: define name of HttpStatus with namespace.
Browse files Browse the repository at this point in the history
Update CHANGELOG.
  • Loading branch information
poirierlouis committed Apr 27, 2024
1 parent 5015a87 commit 1903ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- name of HttpStatus in scripts.

------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/HttpStatus.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ enum class HttpStatus {

}

RTTI_DEFINE_ENUM(RedHttpClient::HttpStatus);
RTTI_DEFINE_ENUM(RedHttpClient::HttpStatus, "RedHttpClient.HttpStatus")

#endif //REDHTTPCLIENT_HTTPSTATUS_H

0 comments on commit 1903ef0

Please sign in to comment.