summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp
index 4b6d37160..f9832ad6d 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -92,7 +92,7 @@ private:
void Find_Actual_Block_Device(); // Determines the correct block device and stores it in Actual_Block_Device
bool Process_Flags(string Flags, bool Display_Error); // Process custom fstab flags
- bool Process_FS_Flags(string& Options, int Flags); // Process standard fstab fs flags
+ bool Process_FS_Flags(string& Options, int& Flags); // Process standard fstab fs flags
bool Is_File_System(string File_System); // Checks to see if the file system given is considered a file system
bool Is_Image(string File_System); // Checks to see if the file system given is considered an image
void Setup_File_System(bool Display_Error); // Sets defaults for a file system partition