diff options
| author | George Hazan <george.hazan@gmail.com> | 2013-06-24 12:29:37 +0000 | 
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2013-06-24 12:29:37 +0000 | 
| commit | dc2a9c66749ef4c8c6a748218bf80b80d0bbe0d6 (patch) | |
| tree | 4d854eda13f45812127bb1773730355c26dff417 /protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp | |
| parent | 852df1e2fd8a0e220065b0eb1443b3e834101531 (diff) | |
- custom base64 encoder removed;
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@5117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp')
| -rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp index e2d38cf891..d50a4a91e5 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp +++ b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp @@ -4,6 +4,8 @@   *  Created on: 26/06/2012
   *      Author: Antonio
   */
 +
 +#include "../common.h"
  #include "BinTreeNodeWriter.h"
  #include <cstring>
  #include "utilities.h"
  | 
