give an icon to bitmapt2component frame

This commit is contained in:
jean-pierre charras
2010-06-20 16:47:30 +02:00
parent c22c0bada9
commit 9cf56261b6
6 changed files with 81 additions and 15 deletions
-2
View File
@@ -32,10 +32,8 @@
#include <vector>
#include "potracelib.h"
//#include "bitmap_io.h"
#include "auxiliary.h"
#ifndef max
#define max( a, b ) ( ( (a) > (b) ) ? (a) : (b) )
#endif