fix a few warnings

This commit is contained in:
Paolo Cignoni 2008-10-24 12:45:02 +00:00
parent 64fcbc961a
commit 57fe4376a2
1 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@ namespace vcg{
protected:
///structure that mantain for the current cell pre-calculated data
typedef struct Entry_Type
struct Entry_Type
{
public:
@ -413,7 +413,7 @@ namespace vcg{
radius=0;
///inflate the bbox until find a valid bbox
while ((!_NextShell())&&(!End()));
while ((!_NextShell())&&(!End())) {}
while ((!End())&& Refresh()&&(!_EndGrid()))
_NextShell();
@ -498,7 +498,7 @@ namespace vcg{
protected:
///structure that mantain for the current cell pre-calculated data
typedef struct Entry_Type
struct Entry_Type
{
public: