* script-sections.h (class Script_sections): Make
[deliverable/binutils-gdb.git] / gold / script-sections.h
index ee1adaeb795762afa9b6f4816e3fcfaa65ce514b..5b781524276a6b8d0ab1f38bf77f1829be66e363 100644 (file)
@@ -47,13 +47,11 @@ class Orphan_section_placement;
 
 class Script_sections
 {
- private:
+ public:
   // This is a list, not a vector, because we insert orphan sections
   // in the middle.
   typedef std::list<Sections_element*> Sections_elements;
 
- public:
-
   // Logical script section types.  We map section types returned by the
   // parser into these since some section types have the same semantics.
   enum Section_type
This page took 0.022787 seconds and 4 git commands to generate.