mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 21:54:23 +02:00
move global into function that uses it
This commit is contained in:
parent
cf74dbe1dc
commit
b6d5adaef8
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@
|
|||
|
||||
#include "StreamUtils.h"
|
||||
|
||||
const char* hex_digits = "0123456789abcdef";
|
||||
|
||||
void StreamUtil::dump(std::ostream& s, const QByteArray& buffer) {
|
||||
const char* hex_digits = "0123456789abcdef";
|
||||
int row_size = 32;
|
||||
int i = 0;
|
||||
while (i < buffer.size()) {
|
||||
|
|
Loading…
Reference in a new issue