~ubuntu-branches/ubuntu/trusty/openscenegraph/trusty

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgPlugins/lwo/lwo2types.h

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-12 02:21:14 UTC
  • mfrom: (31.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131112022114-qaxfhdnhn88vnh10
Tags: 3.2.0~rc1-1ubuntu1
Fix deprecated url_feof.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
#include <string>
14
14
 
15
 
namespace lwo2 
 
15
namespace lwo2
16
16
{
17
17
 
18
18
// basic types
26
26
        id[2] = 0;
27
27
        id[3] = 0;
28
28
    }
29
 
    
 
29
 
30
30
    char id[4];
31
31
};
32
32