Ignore:
Timestamp:
Apr 2, 2013, 11:47:13 PM (12 years ago)
Author:
ldelgass
Message:

Include namespace in header guard defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/ParticleSystem.h

    r3502 r3613  
    44 *
    55 */
    6 #ifndef PARTICLESYSTEM_H
    7 #define PARTICLESYSTEM_H
     6#ifndef NV_PARTICLESYSTEM_H
     7#define NV_PARTICLESYSTEM_H
    88
    99#include <vector>
     
    2323
    2424#include "CircularQueue.h"
     25
     26namespace nv {
    2527
    2628struct NewParticle {
     
    409411}
    410412
     413}
     414
    411415#endif
Note: See TracChangeset for help on using the changeset viewer.