Modified header guards to match file names
[pulseview.git] / pv / dialogs / storeprogress.hpp
index 92634b4247110d1c781d78ccaaa3d188d388914f..389aad81cc9b2dc4762ba2bb047a1c8c934c5a77 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
-#define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
+#ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP
+#define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP
 
 #include <memory>
 #include <set>
@@ -39,8 +39,9 @@ class StoreProgress : public QProgressDialog
        Q_OBJECT
 
 public:
-       StoreProgress(const QString &file_name, const Session &session,
-               QWidget *parent = 0);
+       StoreProgress(const QString &file_name,
+               const std::shared_ptr<sigrok::OutputFormat> output_format,
+               const Session &session, QWidget *parent = 0);
 
        virtual ~StoreProgress();
 
@@ -61,4 +62,4 @@ private:
 } // dialogs
 } // pv
 
-#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
+#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP