Fixed problem with references to RenderableSmallBody class

This commit is contained in:
GPayne
2019-12-11 18:53:50 -07:00
parent dc29676b8a
commit 30ace4c002
4 changed files with 14 additions and 12 deletions
@@ -97,7 +97,7 @@ const std::vector<int> DaysOfMonths = {
31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
};
enum class Months {
enum Months {
January = 0,
February,
March,
@@ -285,7 +285,7 @@ documentation::Documentation RenderableSmallBody::Documentation() {
using namespace documentation;
return {
"RenderableSmallBody",
"space_renderable_satellites",
"small solar system bodies",
{
{
SegmentsInfo.identifier,
@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __OPENSPACE_MODULE_SPACE___RENDERABLESATELLITES___H__
#define __OPENSPACE_MODULE_SPACE___RENDERABLESATELLITES___H__
#ifndef __OPENSPACE_MODULE_SPACE___RENDERABLESMALLBODY___H__
#define __OPENSPACE_MODULE_SPACE___RENDERABLESMALLBODY___H__
#include <openspace/rendering/renderable.h>
@@ -130,5 +130,5 @@ private:
} // namespace openspace
#endif // __OPENSPACE_MODULE_SPACE___RENDERABLESATELLITES___H__
#endif // __OPENSPACE_MODULE_SPACE___RENDERABLESMALLBODY___H__