Use inner class UiPacker::State.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-22 19:40:43 +02:00
parent 4c5b1a6ff4
commit cb78362713
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -39,8 +39,6 @@ class UiPacker;
//
**************************************************************************/
struct UiPacker__State;
class UiPacker
{
public:
@@ -94,7 +92,8 @@ protected:
upx_callback_t cb;
// internal state
UiPacker__State *s;
struct State;
State *s;
// totals
static long total_files;