Removed dangerous getter
This commit is contained in:
@@ -49,9 +49,6 @@ namespace Leonetienne::BmpPP {
|
||||
//! Will return a pointer to the raw pixel data
|
||||
[[nodiscard]] const std::uint8_t* data() const;
|
||||
|
||||
//! Will return the actual vector containing the raw pixel data
|
||||
[[nodiscard]] std::vector<std::uint8_t>& GetPixelbuffer();
|
||||
|
||||
//! Will return the actual vector containing the raw pixel data
|
||||
[[nodiscard]] const std::vector<std::uint8_t>& GetPixelbuffer() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user