]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/storeprogress.hpp
Fix a few #include guard inconsistencies.
[pulseview.git] / pv / dialogs / storeprogress.hpp
index b54eb47f10a3a28ff5171ca60d0afe2b3175df50..fd3558993ced162e12f0505c2f3ab0abd8ee4796 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP
-#define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP
+#ifndef PULSEVIEW_PV_DIALOGS_STOREPROGRESS_HPP
+#define PULSEVIEW_PV_DIALOGS_STOREPROGRESS_HPP
 
 #include <memory>
 #include <set>
@@ -47,8 +47,7 @@ public:
                const shared_ptr<sigrok::OutputFormat> output_format,
                const map<string, Glib::VariantBase> &options,
                const pair<uint64_t, uint64_t> sample_range,
-               const Session &session,
-               QWidget *parent = 0);
+               const Session &session, QWidget *parent = nullptr);
 
        virtual ~StoreProgress();
 
@@ -66,7 +65,7 @@ private:
        pv::StoreSession session_;
 };
 
-} // dialogs
-} // pv
+}  // namespace dialogs
+}  // namespace pv
 
-#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP
+#endif // PULSEVIEW_PV_DIALOGS_STOREPROGRESS_HPP