mirror of
https://github.com/polybar/polybar.git
synced 2026-02-19 20:25:24 +00:00
refactor: Initialize data
This commit is contained in:
@ -246,7 +246,7 @@ namespace string_util {
|
||||
* @endcode
|
||||
*/
|
||||
string from_stream(const std::basic_ostream<char>& os) {
|
||||
return static_cast<const stringstream&>(os).str();
|
||||
return dynamic_cast<const stringstream&>(os).str();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user