mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix msvc warning which also indicated a bug
This commit is contained in:
parent
eff00f9540
commit
2fe649146b
|
@ -299,7 +299,7 @@ void number_format::format_string(const std::string &format_string, std::size_t
|
||||||
|
|
||||||
bool number_format::has_id() const
|
bool number_format::has_id() const
|
||||||
{
|
{
|
||||||
return id_;
|
return id_set_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void number_format::id(std::size_t id)
|
void number_format::id(std::size_t id)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user