Fix review comment that I missed.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@752 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
c77fc8a32c
commit
78aaf6a665
1 changed files with 2 additions and 2 deletions
|
@ -42,12 +42,12 @@
|
||||||
#include "processor/logging.h"
|
#include "processor/logging.h"
|
||||||
#include "processor/pathname_stripper.h"
|
#include "processor/pathname_stripper.h"
|
||||||
|
|
||||||
namespace google_breakpad {
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
namespace google_breakpad {
|
||||||
|
|
||||||
LogStream::LogStream(std::ostream &stream, Severity severity,
|
LogStream::LogStream(std::ostream &stream, Severity severity,
|
||||||
const char *file, int line)
|
const char *file, int line)
|
||||||
: stream_(stream) {
|
: stream_(stream) {
|
||||||
|
|
Loading…
Reference in a new issue