Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
bctoolbox
Commits
68289853
Commit
68289853
authored
3 years ago
by
DanmeiChen
Browse files
Options
Download
Patches
Plain Diff
fix build error
parent
24308169
fix/build_with_plugin__sfu
1 merge request
!148
fix build
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/bctoolbox/logging.h
+1
-1
include/bctoolbox/logging.h
with
1 addition
and
1 deletion
include/bctoolbox/logging.h
+
1
−
1
View file @
68289853
...
...
@@ -332,7 +332,7 @@ public:
friend
pumpstream
&
operator
<<
(
pumpstream
&
__os
,
std
::
ostream
&
(
*
pf
)(
std
::
ostream
&
));
private
:
std
::
ostringstream
mOstringstream
{}
;
std
::
ostringstream
mOstringstream
;
bool
mIslogLevelEnabled
=
false
;
const
char
*
mDomain
;
const
BctbxLogLevel
mLevel
;
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets